home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 September
/
CHIP Eylül 1998.iso
/
freeware
/
mp3
/
WPlay160
/
WPlay
/
WPlay.exe
/
0
/
RCDATA
/
TFORM9
/
TFORM9.txt
Wrap
Text File
|
1998-07-28
|
5KB
|
269 lines
object Form9: TForm9
Left = 255
Top = 201
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Graphical Equalizer'
ClientHeight = 120
ClientWidth = 430
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 136
Top = 80
Width = 223
Height = 13
Caption = '30 60 170 310 600 1K 3K 6K 9K 12K 14K 16K'
end
object Button1: TButton
Left = 368
Top = 90
Width = 57
Height = 25
Caption = 'Close'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 260
Top = 98
Width = 33
Height = 17
Caption = '>'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 220
Top = 98
Width = 33
Height = 17
Caption = '<'
TabOrder = 2
OnClick = Button3Click
end
object ListBox1: TListBox
Left = 8
Top = 8
Width = 121
Height = 81
ItemHeight = 13
Sorted = True
TabOrder = 3
OnClick = ListBox1Click
end
object CheckBox1: TCheckBox
Left = 8
Top = 96
Width = 105
Height = 17
Caption = 'Equalizer enabled'
Enabled = False
TabOrder = 4
end
object TrackBar1: TTrackBar
Left = 136
Top = 8
Width = 17
Height = 73
Max = 100
Orientation = trVertical
Frequency = 10
Position = 50
SelEnd = 0
SelStart = 0
TabOrder = 5
TickMarks = tmBottomRight
TickStyle = tsAuto
end
object TrackBar2: TTrackBar
Left = 155
Top = 8
Width = 17
Height = 73
Max = 100
Orientation = trVertical
Frequency = 10
Position = 50
SelEnd = 0
SelStart = 0
TabOrder = 6
TickMarks = tmBottomRight
TickStyle = tsAuto
end
object TrackBar3: TTrackBar
Left = 174
Top = 8
Width = 17
Height = 73
Max = 100
Orientation = trVertical
Frequency = 10
Position = 50
SelEnd = 0
SelStart = 0
TabOrder = 7
TickMarks = tmBottomRight
TickStyle = tsAuto
end
object TrackBar4: TTrackBar
Left = 193
Top = 8
Width = 17
Height = 73
Max = 100
Orientation = trVertical
Frequency = 10
Position = 50
SelEnd = 0
SelStart = 0
TabOrder = 8
TickMarks = tmBottomRight
TickStyle = tsAuto
end
object TrackBar5: TTrackBar
Left = 212
Top = 8
Width = 17
Height = 73
Max = 100
Orientation = trVertical
Frequency = 10
Position = 50
SelEnd = 0
SelStart = 0
TabOrder = 9
TickMarks = tmBottomRight
TickStyle = tsAuto
end
object TrackBar6: TTrackBar
Left = 231
Top = 8
Width = 17
Height = 73
Max = 100
Orientation = trVertical
Frequency = 10
Position = 50
SelEnd = 0
SelStart = 0
TabOrder = 10
TickMarks = tmBottomRight
TickStyle = tsAuto
end
object TrackBar7: TTrackBar
Left = 250
Top = 8
Width = 17
Height = 73
Max = 100
Orientation = trVertical
Frequency = 10
Position = 50
SelEnd = 0
SelStart = 0
TabOrder = 11
TickMarks = tmBottomRight
TickStyle = tsAuto
end
object TrackBar8: TTrackBar
Left = 267
Top = 8
Width = 17
Height = 73
Max = 100
Orientation = trVertical
Frequency = 10
Position = 50
SelEnd = 0
SelStart = 0
TabOrder = 12
TickMarks = tmBottomRight
TickStyle = tsAuto
end
object TrackBar9: TTrackBar
Left = 286
Top = 8
Width = 17
Height = 73
Max = 100
Orientation = trVertical
Frequency = 10
Position = 50
SelEnd = 0
SelStart = 0
TabOrder = 13
TickMarks = tmBottomRight
TickStyle = tsAuto
end
object TrackBar10: TTrackBar
Left = 305
Top = 8
Width = 17
Height = 73
Max = 100
Orientation = trVertical
Frequency = 10
Position = 50
SelEnd = 0
SelStart = 0
TabOrder = 14
TickMarks = tmBottomRight
TickStyle = tsAuto
end
object TrackBar11: TTrackBar
Left = 324
Top = 8
Width = 17
Height = 73
Max = 100
Orientation = trVertical
Frequency = 10
Position = 50
SelEnd = 0
SelStart = 0
TabOrder = 15
TickMarks = tmBottomRight
TickStyle = tsAuto
end
object TrackBar12: TTrackBar
Left = 341
Top = 8
Width = 17
Height = 73
Max = 100
Orientation = trVertical
Frequency = 10
Position = 50
SelEnd = 0
SelStart = 0
TabOrder = 16
TickMarks = tmBottomRight
TickStyle = tsAuto
end
object Button4: TButton
Left = 368
Top = 10
Width = 57
Height = 23
Caption = 'Reset'
TabOrder = 17
OnClick = Button4Click
end
object Button5: TButton
Left = 368
Top = 33
Width = 57
Height = 23
Caption = 'Save...'
TabOrder = 18
OnClick = Button5Click
end
end